home *** CD-ROM | disk | FTP | other *** search
- PrefsController = {
- ACTIONS = {
- showPrefsPanel:;
- initGlobalPreferences:;
- };
- OUTLETS = {
- prefsPanel;
- };
- SUPERCLASS = Object;
- };
- PrefsPanel = {
- ACTIONS = {
- saveWindowPositions:;
- setSeparateVolumes:;
- saveCurrentVolumes:;
- setCdromDrivePref:;
- };
- OUTLETS = {
- thePrefs;
- deviceMatrix;
- separateVolSwitch;
- curFirstDeviceText;
- preferencePanel;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- mCD_Controller = {
- ACTIONS = {
- showPrefPanel:;
- setCdromDrive:;
- loadCD:;
- pauseCD:;
- stopCD:;
- ejectCD:;
- playCD:;
- showInfoPanel:;
- };
- OUTLETS = {
- trackInfoID;
- mainPanel;
- playTimeID;
- cdTitleID;
- pauseButtonID;
- trackCountID;
- };
- SUPERCLASS = Object;
- };
-